SftTree/OCX 7.0

SftTreeItems.FlybyHighlightStyle Property

Softel vdm, Inc.

Defines whether items are underlined as the mouse cursor moves over an item.

Syntax       

 

Get

VB.NET

Style = object.FlybyHighlightStyle  As SftTreeFlybyHighlightStyleConstants

VB

Style = object.FlybyHighlightStyle  As SftTreeFlybyHighlightStyleConstants

C#.NET

SftTreeFlybyHighlightStyleConstants Style = object.FlybyHighlightStyle;

VC++

enum SftTreeFlybyHighlightStyleConstants Style = object->FlybyHighlightStyle;
enum SftTreeFlybyHighlightStyleConstants Style = object->GetFlybyHighlightStyle();

C

HRESULT object->get_FlybyHighlightStyle(enum SftTreeFlybyHighlightStyleConstants* Style);

Delphi

Style := object.FlybyHighlightStyle  : TOleEnum;

Put

VB.NET

object.FlybyHighlightStyle = Style  As SftTreeFlybyHighlightStyleConstants

VB

object.FlybyHighlightStyle = Style  As SftTreeFlybyHighlightStyleConstants

C#.NET

SftTreeFlybyHighlightStyleConstants object.FlybyHighlightStyle = Style;

VC++

enum SftTreeFlybyHighlightStyleConstants object->FlybyHighlightStyle = Style;
void object->PutFlybyHighlightStyle(enum SftTreeFlybyHighlightStyleConstants Style);

C

HRESULT object->put_FlybyHighlightStyle(enum SftTreeFlybyHighlightStyleConstants Style);

Delphi

object.FlybyHighlightStyle := Style  : TOleEnum;

object

A SftTreeItems object.

Style

Defines whether items are underlined as the mouse cursor moves over an item.

Style

Value

Description

flybySftTreeNone

0

None

flybySftTreeCol1

1

The cell text of cells in the first displayed column are underlined as the mouse cursor moves over an item.

flybySftTreeAllColumns

2

The cell text of all cells are underlined as the mouse cursor moves over an item.

Comments

The FlybyHighlightStyle property defines whether items are underlined as the mouse cursor moves over an item.

Flyby highlighting is also affected by the selected outline style using the Items.OutlineStyle property

Flyby highlighting can be useful when multiple columns without grid lines are shown.  The user receives immediate feedback when the mouse cursor moves over an item.

See Also  SftTreeItems Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com